From d7d61f68a2065d5f22db297bcbb11d52d36b0646 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 27 Nov 2000 15:35:10 +0000 Subject: [PATCH] (x-get-selection): Docstring dix. --- lisp/select.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/select.el b/lisp/select.el index b27287e4b4d..6e0231ca1fc 100644 --- a/lisp/select.el +++ b/lisp/select.el @@ -30,7 +30,11 @@ "Return the value of an X Windows selection. The argument TYPE (default `PRIMARY') says which selection, and the argument DATA-TYPE (default `STRING') says -how to convert the data." +how to convert the data. + +TYPE may be `SECONDARY' or `CLIPBOARD', in addition to `PRIMARY'. +DATA-TYPE is usually `STRING', but can also be one of the symbols +in `selection-converter-alist', which see." (x-get-selection-internal (or type 'PRIMARY) (or data-type 'STRING))) (defun x-get-clipboard () -- 2.30.2